Routines (alphabetical) > Routines: G > GRIB Routines > GRIB_ITERATOR_NEXT

GRIB_ITERATOR_NEXT

The GRIB_ITERATOR_NEXT function gets the next value from an iterator.

Syntax

Result = GRIB_ITERATOR_NEXT(Iterid)

Return Value

Returns a 3 x N array where the first dimension is [lat, lon, value] if successful; otherwise, a scalar 0 is returned.

Arguments

Iterid

An iterator handle.

Examples

See GRIB_GET_VALUESfor a general example using the GRIB routines.

Version History

8.1

Introduced

See Also

GRIB_ITERATOR_NEXT, GRIB_ITERATOR_NEXT